home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / menues__ / 4os2252.zip / 4OS2H.MSG (.txt) < prev    next >
OS/2 Message File  |  1996-04-17  |  28KB  |  594 lines

  1. MKMSGF
  2. %y%-(
  3. (T)+*
  4. -D.e/#0B1
  5. ULWLY
  6. \U\<]
  7. eVfCg*h
  8. 4os2h.msg
  9. HDisplay the internal commands, or prompt for a command.
  10. execute another command.
  11. Usage:  ? ["prompt text" command]
  12. If no prompt text or command is given, ? displays a list of
  13. internal commands.  If the prompt text or command is included,
  14. ? prompts before executing the specified command.
  15. HLoad or display the alias list, or define an alias.
  16. Usage:  ALIAS [/P] [/R [d:][path]filename...] [name[=][value]]
  17.     /P  Pause after displaying each page
  18.     /R  Load an alias list from a file
  19. HChange the file or subdirectory attributes.
  20. Usage:  ATTRIB [/A:[[-]rhsda] /D /P /Q /S -|+[AHRS]] [d:][path]filename...
  21.     /A: Select files by attributes
  22.     /D  Modify subdirectory attributes
  23.     /P  Pause after displaying each page
  24.     /Q  Quiet mode
  25.     /S  Modify files in subdirectories
  26.     +A  Set archive attribute      -A  Clear archive attribute
  27.     +H  Set hidden attribute       -H  Clear hidden attribute
  28.     +R  Set read-only attribute    -R  Clear read-only attribute
  29.     +S  Set system attribute       -S  Clear system attribute
  30. HBeep the speaker.
  31. Usage:  BEEP [frequency [duration] ...]
  32. The frequency is specified in Hertz, and the duration in 1/18th second
  33. intervals.  No sound will be generated for frequencies less than 37 Hz,
  34. allowing you to insert short delays.  The default value for frequency is
  35. 440 Hz; the default value for duration is 2.
  36. HCall a secondary batch file.
  37. Usage:  CALL [d:][path]filename
  38. HTerminate all batch processing.
  39. Usage:  CANCEL [value]
  40. If you enter a value, CANCEL will set the ERRORLEVEL to that value.
  41. HDisplay or change the current directory.
  42. Usage:  CD [- | [d:][pathname]
  43. Entering CD with no argument or only a drive name will display the current
  44. directory.  Entering CD and a pathname will change the current directory.
  45. You can switch to the previous directory by entering CD -.
  46. HChange the current disk drive and directory.
  47. Usage:  CDD [- | d:]pathname
  48. You can switch to the previous drive and directory by entering CDD -.
  49. HDisplay or change the current system code page.
  50. Usage:  CHCP [n]
  51.     n  New code page
  52. Entering CHCP with no argument displays the active code page.
  53. HDisplay or change the current directory.
  54. Usage:  CHDIR [[d:][pathname]
  55. Entering CHDIR with no argument or only a drive name will display the current
  56. directory.  Entering CHDIR and a pathname will change the current directory.
  57. You can switch to the previous directory by entering CHDIR -.
  58. HClear display, optionally to the specified colors.
  59. Usage:  CLS [[BRIght] [BLInk] fg ON bg [BORder bc]]
  60.     fg  Foreground color
  61.     bg  Background color
  62.     bc  Border color
  63. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  64. HSet the screen display colors.
  65. Usage:  COLOR [[BRIght] [BLInk] fg ON bg [BORder bc]]
  66.     fg  Foreground color
  67.     bg  Background color
  68.     bc  Border color
  69. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  70. HCopy or append one or more files.
  71. Usage:  COPY [d:][path]source[+]...[/A /B] [[d:][path]target]
  72.              [/A:[[-]rhsda] /A /B /C /F /M /N /P /Q /R /S /T /U /V]
  73.     /A  Copy in ASCII mode
  74.     /A: Select files by attributes
  75.     /B  Copy in binary mode
  76.     /C  Copy only those files where the target is older than the source
  77.     /F  Fail if the source file has extended attributes and the target file
  78.           system doesn't support extended attributes.
  79.     /H  Copy hidden and system files too
  80.     /M  Copy only those files with the archive bit set
  81.     /N  Don't actually perform the copy
  82.     /P  Confirm each file copy (Y or N)
  83.     /Q  Don't display filenames or totals
  84.     /R  Prompt before overwriting an existing file
  85.     /S  Copy subdirectories
  86.     /T  Only display totals (no filenames)
  87.     /U  Copy only those source files that are newer than a matching target
  88.           file, or where a matching target file doesn't exist
  89.     /V  Verify disk writes
  90. HDisplay and (optionally) change the system date.
  91. Usage:  DATE [mm-dd-yy]
  92.     mm  Month (1 - 12)
  93.     dd  Day (1 - 31)
  94.     yy  Year (80 - 199 or 1980 - 2099)
  95. If you don't enter a date, 4OS2 will display the current date and prompt for
  96. a new one.  The format for the date entry depends on the country code.  U.S.
  97. format is mm-dd-yy; European format is dd-mm-yy; Japanese is yy-mm-dd.
  98. HErase the specified file(s) from the disk.
  99. Usage:  DEL [/A:[[-]rhsda] /F /N /P /Q /S /T /X /Y /Z] [d:][path]filename...
  100.     /A: Select files by attributes
  101.     /F  (4OS2/32 only) Don't copy the file(s) to the DELDIR directory
  102.     /N  Don't actually delete the file(s)
  103.     /P  Confirm deletion for each file (Y or N)
  104.     /Q  Don't display filenames or totals
  105.     /S  Delete matching files in the subdirectories
  106.     /T  Display totals only
  107.     /X  Remove empty subdirectories after deleting (use with /S)
  108.     /Y  The reverse of /P - it assumes a Y response to everything
  109.     /Z  Delete all files, including read-only, hidden and system files
  110. HPause for a specified period of time.
  111. Usage:  DELAY [n]
  112.     n  The number of seconds to pause.  The default value is 1 second.
  113. HCreate, modify, or delete file and subdirectory descriptions.
  114. Usage:  DESCRIBE [/A:[[-]rhsda]] [d:][path]filename... ["description"]
  115.     /A: Select files by attributes
  116. You can enter a description on the command line by entering the filename
  117. followed by the description enclosed in quotes.  If you don't enter a
  118. description, DESCRIBE will prompt you for one for each matching filename.
  119. HStart an OS/2 program in detached mode.
  120. Usage:  DETACH [d:][filename[.ext]]
  121. HDisplay information about files and subdirectories.
  122. Usage:  DIR [/1 /2 /4 /A[:-rhsda] /B /D /E /F /H /I"text" /J /K /L /M /N
  123.             /O:-deginrsu /P /R /S /T /U /V /W /Z] [[d:][path]filename...]
  124.     /1  One column                      /M  Suppress footers
  125.     /2  Two columns                     /N  Display FAT volume in HPFS format
  126.     /4  Four columns                    /O  Sort order
  127.     /A  Select files by attributes      /P  Pause after each page
  128.     /B  Display filenames only          /R  Disable description wrapping
  129.     /D  Disable colorization            /S  Display subdirectories
  130.     /E  Upper case filenames            /T  Display attributes
  131.     /F  Display expanded filenames      /T:acw  Date / time type
  132.     /H  Hide "." and ".."               /U  Summaries only
  133.     /I  Match descriptions              /V  Sort filenames vertically
  134.     /J  Justify filenames               /W  Wide display
  135.     /K  Suppress headers                /Z  Display HPFS volume in FAT format
  136.     /L  Lower case filenames
  137. HDisplay the directory stack used by PUSHD and POPD.
  138. Usage:  DIRS
  139. HCreate loops in batch files.
  140. Usage:  DO [n | FOREVER]
  141.         DO var = start TO end [BY n]
  142.         DO [WHILE | UNTIL] condition
  143.         ...
  144.         [ITERATE]
  145.         [LEAVE]
  146.         ...
  147.         ENDDO
  148. HTells applications where to search for their files.
  149. Usage:  DPATH [[d:]path][[;[d:]path]...]]
  150.         DPATH ;
  151. If you enter DPATH with no parameters, 4OS2 displays the current search 
  152. path.  If you enter DPATH and a semicolon, 4OS2 clears the search path.
  153. HDraw a box on the screen.
  154. Usage:  DRAWBOX ulrow ulcol lrrow lrcol style [BRIght][BLInk] fg ON [BRI] bg
  155.                 [FILL [BRIght] bgfill] [ZOOm] [SHAdow]
  156.     ulrow   Row for upper left corner
  157.     ulcol   Column for upper left corner
  158.     lrrow   Row for lower right corner
  159.     lrcol   Column for lower right corner
  160.     style   Box drawing style (0 - 4)
  161.     fg      Foreground color
  162.     bg      Background color
  163.     bgfill  Background fill color (for the inside of the box)
  164.     ZOOM    Box zooms to its final size
  165.     SHADOW  Include a drop shadow
  166. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  167. HDraw a horizontal line on the screen.
  168. Usage:  DRAWHLINE row column length style [BRIght] [BLInk] fg ON [BRI] bg
  169.     row     Start row
  170.     column  Start column
  171.     length  Length of line
  172.     style   Line drawing style (1 or 2)
  173.     fg      Foreground color
  174.     bg      Background color
  175. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  176. HDraw a vertical line on the screen.
  177. Usage:  DRAWVLINE row column length style [BRIght] [BLInk] fg ON [BRI] bg
  178.     row     Start row
  179.     column  Start column
  180.     length  Length of line
  181.     style   Line drawing style (1 or 2)
  182.     fg      Foreground color
  183.     bg      Background color
  184. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  185. HDisplay the echo status, enable or disable batch file or command line
  186. echoing, or display a message.
  187. Usage:  ECHO [on | off | message]
  188. ECHO defaults to ON in batch files and OFF during keyboard input.
  189. If no arguments are entered, ECHO displays the current echo state.
  190. HDisplay a message, without printing a trailing CR/LF.
  191. Usage:  ECHOS message
  192. HRestore the disk drive, directory, and environment saved by SETLOCAL.
  193. Usage:  ENDLOCAL
  194. HErase the specified file(s) from the disk.
  195. Usage:  ERASE [/A:[[-]rhsda] /F /N /P /Q /S /T /X /Y /Z] [d:][path]filename...
  196.     /A: Select files by attributes
  197.     /F  (4OS2/32 only) Don't make copies of the file(s) in the DELDIR
  198.         directory
  199.     /N  Don't actually delete the file(s)
  200.     /P  Confirm deletion for each file (Y or N)
  201.     /Q  Don't display filenames or totals
  202.     /S  Delete matching files in the subdirectories
  203.     /T  Only display totals (no filenames)
  204.     /X  Remove empty subdirectories after deleting (use with /S)
  205.     /Y  The reverse of /P - it assumes a Y response to everything
  206.     /Z  Delete all files, including read-only, hidden and system files
  207. HEdit environment variables and/or aliases.
  208. Usage:  ESET [/A] varname...
  209.     /A  Assume the argument is an alias
  210. ESET will search for environment variables first, and then aliases.
  211. HPerform a command, except on the file(s) specified.
  212. Usage:  EXCEPT ([d:][path]filename...) command
  213. HExit the current command processor.
  214. Usage:  EXIT [value]
  215. If you specify a value, EXIT will return that value to the parent process.
  216. If you EXIT from a primary command processor, you will be returned to PM.
  217. HFind files or text.
  218. Usage:  FFIND [/A[[:][-]rhsda] /B /C /D[list] /E /K /L /M
  219.                /O[[:][-]acdeginrsu] /P /S /[T|X]"xx" /V file...
  220.     /A        Select files by attribute
  221.     /B        Bare output
  222.     /C        Case sensitive search
  223.     /D        Drive or drive list
  224.     /E        Upper case display
  225.     /K        No headers
  226.     /L        Line numbers
  227.     /M        No footers
  228.     /O        Sort order
  229.     /P        Pause after each page
  230.     /S        Subdirectories
  231.     /T"xx"    Text search string
  232.     /V        Verbose, show all matching lines
  233.     /X["xx"]  Hex display / search string
  234. HRepeat a command for several variables.
  235. Usage:  FOR [/A:[-[rhsda]] /H %%var IN (set) [DO] command
  236.     /A  Retrieve files with the specified attribute(s)
  237.     /H  Hide "." and ".."
  238. If a filename in (set) begins with an @, "var" will be set sequentially to
  239. each line in the file.
  240. HDisplay the total disk space, total bytes used, and total bytes free on the
  241. specified (or default) drive(s).
  242. Usage:  FREE [d:] ...
  243. HExecute a command in the current directory and its subdirectories.
  244. Usage:  GLOBAL [/H /I /P /Q] command
  245.     /H  Process hidden subdirectories
  246.     /I  Ignore exit codes
  247.     /P  Prompt whether to execute the command in each directory
  248.     /Q  Quiet (don't display directory names)
  249. HCall a subroutine in a batch file.
  250. Usage:  GOSUB label
  251. The label must begin with a colon (:), and appear by itself on the line.
  252. GOSUB ignores case differences when matching labels.
  253. HContinue batch file processing at the line following the label.
  254. Usage:  GOTO [/I] label
  255.     /I  Continue current IFF and DO processing after the GOTO
  256. The label must begin with a colon (:), and appear by itself on the line.
  257. GOTO ignores case differences when matching labels.
  258. HDisplay the 4OS2 help file.
  259. Usage:  HELP [command]
  260. HELP uses the PM VIEW.EXE program to display help for 4OS2 (4OS2.INF)
  261. and OS/2 in general (CMDREF.INF).
  262. HDisplay, read, or clear the history list.
  263. Usage:  HISTORY [/A command] [/F /P] [/R [d:][path]filename]
  264.     /A  Add command to history list
  265.     /F  Clear history list
  266.     /P  Pause after displaying each page
  267.     /R  Read history list from specified file
  268. If no parameters are entered, HISTORY displays the current history list.
  269. HAllow conditional execution of commands.
  270. Usage:  IF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...] command
  271. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  272. or one of the following:
  273.     ERRORLEVEL [condition] number
  274.     EXIST filename
  275.     ISALIAS aliasname
  276.     ISDIR [d:]path
  277.     ISINTERNAL command
  278.     ISLABEL labelname
  279. HAllow IF/THEN/ELSE conditional execution of commands.
  280. Usage:  IFF [NOT] condition [.AND. | .OR. | .XOR. [NOT] ...]
  281.             THEN ^ ... ^ ELSE[[IFF] ... THEN] ^ ... ^ ENDIFF
  282. The condition can be a string comparison (==, EQ, !=, NE, LT, LE, GE, or GT),
  283. or one of the following:
  284.     ERRORLEVEL [condition] number
  285.     EXIST filename
  286.     ISALIAS aliasname
  287.     ISDIR [d:]path
  288.     ISINTERNAL command
  289.     ISLABEL labelname
  290. HGet a single keystroke environment variable from standard input.
  291. Usage:  INKEY [/C /D /K"..." /P /Wn /X] [text] %%varname
  292.     /C  Clear keyboard buffer
  293.     /D  Digits only
  294.     /K  Allowable keystrokes, enclosed in double quotes
  295.     /P  Don't display keystroke
  296.     /W  Wait "n" seconds for a response
  297.     /X  Do not add carriage return / line feed after user's entry
  298. You can optionally display prompt text before the variable name.
  299. HEnter an environment variable from the standard input.
  300. Usage:  INPUT [/C /D /E /Ln /N /P /Wn /X] [text] %%varname
  301.     /C  Clear keyboard buffer
  302.     /D  Digits only
  303.     /E  Edit existing value
  304.     /L  Maximum of "n" characters
  305.     /N  Disable input colors
  306.     /P  Display * instead of characters
  307.     /W  Wait "n" seconds for a response
  308.     /X  Do not add carriage return / line feed after user's entry
  309. You can optionally display prompt text before the variable name.
  310. HSet the keyboard toggles (Caps Lock, Num Lock, and Scroll Lock).
  311. Usage:  KEYBD [/Cn /Nn /Sn]
  312.     /C  Caps lock
  313.     /N  Num lock
  314.     /S  Scroll lock
  315. A 0 turns the toggle off, a 1 turns it on.
  316. HDisplay the history list, or enable/disable the command line editing keys.
  317. Usage:  KEYS [ON | OFF | LIST]
  318. 4OS2 includes this command for compatibility with CMD.EXE; for 4OS2 you
  319. should normally use the HISTORY command instead.
  320.     ON    Enable command history; read input characters
  321.     OFF   Disable command history; read input lines
  322.     LIST  Display the command history
  323. HDisplay a file with forward and backward paging and scrolling.
  324. Usage:  LIST [/A:[-[rhsda]] /H /S /W /X] [d:][path]filename...
  325.     /A: Select files by attribute
  326.     /H  Strip high bit from each character
  327.     /S  Read from standard input
  328.     /W  Wrap text at right margin
  329.     /X  Display in hex mode
  330. HSwitch a batch file to or from .BTM mode.
  331. Usage:  LOADBTM [on | off]
  332. LOADBTM switches a batch file (.CMD or .BTM) to and from .BTM mode.
  333. If no argument is given, it displays the current LOADBTM status.
  334. HEnable or disable command logging, change the log file name, or
  335. add a comment to the log file.
  336. Usage:  LOG [/H /W [d:]pathname] [ON | OFF | "text"]
  337.     /H  Toggle history log
  338.     /W  Specify new log filename and turn command logging on
  339. Entering LOG with no parameters displays the log status and file name. 
  340. Entering LOG with text writes the text to the log file, even if LOG is
  341. set OFF.
  342. HCreate subdirectories.
  343. Usage:  MD [/S] [d:]pathname...
  344.     /S  Create intermediate subdirectories
  345. HDisplay the system RAM status.
  346. Usage:  MEMORY
  347. MEMORY displays the free RAM, the size of the OS/2 swap file, the total and
  348. free environment space, the total and free alias list space, and the total
  349. command history space.
  350. In 4OS2/32 only, MEMORY also displays the size of physical and resident RAM.
  351. HCreate subdirectories.
  352. Usage:  MKDIR [/S] [d:]pathname...
  353.     /S  Create intermediate subdirectories
  354. HMove files to other directories and drives.
  355. Usage:  MOVE [d:][path]filename... [d:][path][filename]
  356.              [/A:[-[rhsda]] /C /D /F /H /N /P /Q /R /S /T /U /V]
  357.     /A: Select files by attribute
  358.     /C  Move only files where the source file is newer than the target
  359.     /D  Target is a directory
  360.     /F  (4OS2/32 only) Don't copy the file(s) to the DELDIR directory
  361.     /H  Move all files, including hidden & system
  362.     /N  Don't actually move the file(s)
  363.     /P  Prompt to confirm each move
  364.     /Q  Don't display filenames or totals
  365.     /R  Prompt before overwriting an existing file(s)
  366.     /S  Move entire subdirectory tree
  367.     /T  Display totals only
  368.     /U  Move only those files that either don't exist in the target
  369.           directory, or where the source file is newer than the target
  370.     /V  Verify disk writes
  371. HExecute a command when a specific condition occurs.
  372. Usage:  ON BREAK command
  373.         ON ERROR command
  374.         ON ERRORMSG command
  375. ON BREAK and ON ERROR only affect the current batch file.
  376. HTells 4OS2 where to search for executable and batch files not in the
  377. current directory.
  378. Usage:  PATH [[d:]path][[;[d:]path]...]]
  379.         PATH ;
  380. If you enter PATH with no parameters, PATH displays the current search
  381. path.  If you enter PATH and a semicolon, PATH clears the search path and
  382. will search only the current directory (this is the default at system
  383. startup).
  384. Suspend alias or batch file execution while waiting for a keystroke.
  385. Usage:  PAUSE [message]
  386. If you don't specify a message, PAUSE displays a default message .
  387. HChange to the disk drive and directory at the top of the directory stack
  388. (saved by PUSHD).
  389. Usage:  POPD [*]
  390. The * option clears the directory stack, without changing the current drive
  391. and directory.
  392. HChange the command line prompt.
  393. Usage:  PROMPT [text]
  394. If you enter PROMPT with no parameters, PROMPT sets the prompt on drives A
  395. and B to $n$g, and on all other drives to $p$g. The prompt characters are:
  396.     $  The $ character                 n  Current drive
  397.     _  CR/LF                           P  Current directory (upper case)
  398.     b  The | character                 p  Current directory (lower case)
  399.     c  The open parenthesis (          q  The = character
  400.     D  Date (Fri  Dec 25, 1992)        r  The current errorlevel
  401.     d  Date (Fri  12-25-92)            s  The space character
  402.     e  The ASCII ESC character         T  Current time (12-hour)
  403.     f  The close parenthesis )         t  Current time (24-hour)
  404.     g  The > character                 v  OS/2 version number
  405.     h  Destructive backspace         Xd:  Current directory (upper case) for
  406.     i  OS/2 line 0 HELP prompt             drive d:, incl. drive letter
  407.     l  The < character               xd:  Current directory (lower case) for
  408.     M  12-hour time as hh:mm               drive d:, incl. drive letter
  409.     m  12-hour time as hh:mm           z  Shell level
  410. HSave the current disk and directory.
  411. Usage:  PUSHD [[d:]pathname]
  412. PUSHD saves the current directory on the directory stack, and if a pathname
  413. is specified on the command line, changes the disk drive and directory.
  414. HTerminate the current batch file.
  415. Usage:  QUIT [value]
  416. If you specify a value, QUIT will set ERRORLEVEL to that value.
  417. HRemove one or more directories.
  418. Usage:  RD [d:]path...
  419. HReboot the system.
  420. Usage:  REBOOT [/S /V]
  421.     /S  Shutdown the file system, but don't reboot
  422.     /V  Prompt for verification before rebooting
  423. HPut a comment in a batch file.
  424. Usage:  REM [comment]
  425. Everything following a REM will be ignored, including quote characters,
  426. the redirection symbols (|><) and the command separator character.
  427. HRename files or subdirectories.
  428. Usage:  REN [/A:[[-]rhsda] /N /P /Q /S /T] [d:][path]filename... [d:][path]filename
  429.     /A: Select files by attribute
  430.     /N  Don't actually rename the file(s)
  431.     /P  Prompt for confirmation
  432.     /Q  Don't display filenames
  433.     /S  Rename subdirectory
  434.     /T  Display totals only
  435. HRename files or subdirectories.
  436. Usage:  RENAME [/A:[[-]rhsda] /N /P /Q /S /T] [d:][path]filename... [d:][path]filename
  437.     /A: Select files by attribute
  438.     /N  Don't actually rename the file(s)
  439.     /P  Prompt for confirmation
  440.     /Q  Quiet (don't display filenames)
  441.     /S  Rename subdirectory
  442.     /T  Display totals only
  443. HReturn from a GOSUB (subroutine) call in a batch file.
  444. Usage:  RETURN
  445. The RETURN command returns from a GOSUB call to the command following the
  446. original GOSUB.
  447. HRemove one or more directories.
  448. Usage:  RMDIR [d:]path...
  449. HPosition the cursor on the screen, and optionally display a message.
  450. Usage:  SCREEN row column [message]
  451. HDisplay text in color.
  452. Usage:  SCRPUT row column [BRIght] [BLInk] fg ON [BRIght] bg text
  453.     row     Start row
  454.     column  Start column
  455.     fg      Foreground character color
  456.     bg      Background character color
  457.     text    The text to display
  458. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  459. HExecute a command on the specified files.
  460. Usage:  SELECT [/A[:-rhsda] /D /E /H /I"text" /O:-deginrsu /Z]
  461.           command ([path]filename)
  462.     /A  Select files by attributes
  463.     /D  Disable directory colorization
  464.     /E  Display filenames in upper case
  465.     /H  Hide "." and ".."
  466.     /I  Match file descriptions
  467.     /O  Sort sequence
  468.     /Z  Display HPFS volumes in FAT format
  469. HDisplay, create, modify, or delete environment variables.
  470. Usage:  SET [/P] [/R [d:][path]filename...] [variable=[value]]
  471.     /P  Pause after displaying each page
  472.     /R  Read environment variables from a file
  473. Entering SET with no variable or value displays the entire environment.  If
  474. you don't enter a value, SET displays the value of that variable.
  475. Otherwise, the variable and value are placed in the environment.  If the
  476. variable already exists, its old contents are replaced by the new value.
  477. HDisplay or set 4OS2 configuration variables.
  478. Usage:  SETDOS [/B? /C? /D? /E? /Fx.y /I+|-command /L? /M? /N? /P? /R?
  479.           /S?:? /U? /V? /X? /Y?]
  480.     /B  Disable/enable bright backgrounds
  481.     /C  Command separator character
  482.     /D  Disable/enable descriptions
  483.     /E  Escape character
  484.     /F  Format for @EVAL
  485.     /I  Disable/enable internal commands
  486.     /L  Line or character input
  487.     /M  Line editing mode
  488.     /N  NoClobber setting for redirection
  489.     /P  Variable parameter character
  490.     /R  Number of screen rows
  491.     /S  Cursor shape
  492.     /U  Filename case
  493.     /V  Batch echo
  494.     /X  Alias/variable/redirection expansion
  495.     /Y  Disable/Enable batch file single-step
  496. HSave the current disk drive, directory, and environment.
  497. Usage:  SETLOCAL
  498. HAllow the use of more than 10 variables in a batch file.
  499. Usage:  SHIFT [n]
  500. SHIFT moves each batch file parameter "n" positions.  The default value for
  501. "n" is 1.  You can reverse a SHIFT by giving a negative value for "n".
  502. H Preserve the alias, history, and directory history lists.
  503. Usage:  SHRALIAS [/U]
  504.     /U  Unload SHRALIAS.EXE
  505. SHRALIAS loads and unloads the SHRALIAS.EXE program, which retains any
  506. global alias, command history, and directory history lists between Take
  507. command sessions.  You must use this command rather than invoking
  508. SHRALIAS.EXE directly.
  509. HStart a program in a new OS/2 session.
  510. Usage:  START [title] [/BG /C /DOS[=file] /FG /FS /I /ICON=name /INV /K /L
  511.               /MAX /MIN /N /PGM /PM /POS=x,y,x1,y1 /WAIT /WIN /WIN3[=file]
  512.               /WIN3S[=file]] [command ...]
  513.     title  Title for title bar         /MAX  Start maximized
  514.     /BG    Start in background         /MIN  Start minimized
  515.     /C     Transient session           /N    Start without 4OS2
  516.     /DOS   DOS session                 /PGM  Next argument is program name
  517.     /FG    Start in foreground         /PM   PM application
  518.     /FS    Full-screen session         /POS  Start position (x, y) and window
  519.     /I     Inherit environment from            size (x1, y1) in pels
  520.              CONFIG.SYS                /WAIT Wait for session to end
  521.     /ICON  Specify icon file           /WIN  Windowed OS/2 session
  522.     /INV   Invisible session           /WIN3 Windows 3 session (enhanced)
  523.     /K     Keep session                /WIN  Windows 3 session (standard)
  524.     /L     Local alias/history lists
  525. HCopy standard input to standard output, and save a copy in the specified
  526. file(s).
  527. Usage:  TEE [/A] [d:][path]filename...
  528.     /A    Append output to the file(s)
  529. HDisplay a block of text in a batch file.
  530. Usage:  TEXT
  531.           .
  532.           .
  533.           .
  534.         ENDTEXT
  535. Both TEXT and ENDTEXT must be entered as the only command on that line.
  536. HDisplay and (optionally) set the current system time.
  537. Usage:  TIME [hh:mm:ss[am|pm]]
  538.     hh  Hour (0 - 23)
  539.     mm  Minute (0 - 59)
  540.     ss  Second (0 - 59)
  541. If you don't enter any parameters, TIME will display the current system
  542. time and prompt for a new time.  TIME defaults to 24-hour format; you can
  543. enter the time in 12-hour format by appending an "am" or "pm".
  544. HTurn the system stopwatch on and off.
  545. Usage:  TIMER [/1 /2 /3 /S] [ON]
  546.     ON  Restart timer
  547.     /1  Use timer #1
  548.     /2  Use timer #2
  549.     /3  Use timer #3
  550.     /S  Display split time
  551. HDisplay the contents of the specified file(s).
  552. Usage:  TYPE [/A:[[-]rhsda] /L /P] [d:][pathname]filename...
  553.     /A: Select files by attribute
  554.     /L  Print line numbers preceding each line of text
  555.     /P  Pause after each page
  556. HRemove aliases from the alias list.
  557. Usage:  UNALIAS [/Q] alias...
  558.         UNALIAS *
  559.     /Q  Don't display an error message if the alias doesn't exist
  560. UNALIAS also accepts the wildcard character * to delete all aliases.
  561. HRemove variables from the environment.
  562. Usage:  UNSET [/Q] name...
  563.         UNSET *
  564.     /Q  Don't display an error message if the variable doesn't exist
  565. UNSET also accepts the wildcard character * to delete all variables.
  566. HDisplay the current 4OS2 and OS/2 versions.
  567. Usage:  VER [/R]
  568.     /R  Display OS/2 and 4OS2 revision levels
  569. HDisplay, enable, or disable disk write verification.
  570. Usage:  VERIFY [on | off]
  571. Entering VERIFY with no parameters will display the current VERIFY state.
  572. HDisplay the disk volume label(s).
  573. Usage:  VOL [d:] ...
  574. If you don't enter a drive name, VOL displays the disk label and the volume
  575. serial number for the current drive.
  576. HDisplay text in color in a vertical column.
  577. Usage:  VSCRPUT row column [BRIght] [BLInk] fg ON [BRIght] bg text
  578.     row     Start row
  579.     column  Start column
  580.     fg      Foreground character color
  581.     bg      Background character color
  582.     text    The text to display
  583. Valid colors are Black, Blue, Green, Red, Magenta, Cyan, Yellow, and White.
  584. HMinimize or maximize current 4OS2 window, restore default window
  585. size, or change the window title.
  586. Usage:  WINDOW [MIN | MAX | RESTORE] [/POS=row,col,width,height] ["title"]
  587.     "title"   Change the window title.  
  588.     minimize  Minimize the 4OS2 window.
  589.     maximize  Maximize the 4OS2 window.
  590.     restore   Restore the 4OS2 window to its "normal" size.
  591. HCopy standard input to standard output, and then copy the specified file(s)
  592. to standard output.
  593. Usage:  Y [d:][path]filename...
  594.